home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVERSESSIONFRAME / TVERSESSIONFRAME.txt
Text File  |  2008-11-03  |  722b  |  36 lines

  1. inherited VerSessionFrame: TVerSessionFrame
  2.   HelpType = htKeyword
  3.   Caption = 'Importance'
  4.   object SigsLbl: TUiLabel
  5.     Left = 8
  6.     Top = 8
  7.     Height = 13
  8.     Caption = 'Mark items that are important to the comparison:'
  9.   end
  10.   object SigsLB: TUiCheckListBox
  11.     Left = 8
  12.     Top = 24
  13.     Width = 409
  14.     Height = 297
  15.     OnClickCheck = SomethingChangedClick
  16.     ItemHeight = 13
  17.     TabOrder = 0
  18.   end
  19.   object SigAllBtn: TUiButton
  20.     Left = 8
  21.     Top = 328
  22.     Caption = 'Mark All'
  23.     TabOrder = 1
  24.     OnClick = SigAllClick
  25.     AutoSize = asLeft
  26.   end
  27.   object SigNoneBtn: TUiButton
  28.     Left = 88
  29.     Top = 328
  30.     Caption = 'Unmark All'
  31.     TabOrder = 2
  32.     OnClick = SigNoneClick
  33.     AutoSize = asLeft
  34.   end
  35. end
  36.